object FormDatosActivacion: TFormDatosActivacion Left = 412 Top = 229 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Datos de la activaci�n del producto' ClientHeight = 318 ClientWidth = 340 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PanelBotones: TPanel Left = 0 Top = 270 Width = 340 Height = 48 Align = alBottom BevelOuter = bvNone Color = 14215660 TabOrder = 0 object PlaBevel1: TPlaBevel Left = 0 Top = 0 Width = 340 Height = 2 Align = alTop end object BtnCancelar: TPlaButton Left = 253 Top = 14 Width = 75 Height = 21 Anchors = [akTop, akRight] Caption = 'Cancelar' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 Cancel = True ModalResult = 2 end object BtnGuardar: TPlaButton Left = 168 Top = 14 Width = 75 Height = 21 Anchors = [akTop, akRight] Caption = 'Guardar' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = BtnGuardarClick end object BtnImprimir: TPlaButton Left = 80 Top = 14 Width = 75 Height = 21 Anchors = [akTop, akRight] Caption = 'Imprimir' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = BtnImprimirClick Default = True end end object Panel1: TPanel Left = 0 Top = 0 Width = 340 Height = 270 Align = alClient BevelOuter = bvNone Color = clWhite TabOrder = 1 object LNumCliente: TLabel Left = 50 Top = 32 Width = 65 Height = 13 Caption = 'N� de cliente:' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 40863 Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentColor = False ParentFont = False end object LMail: TLabel Left = 50 Top = 80 Width = 151 Height = 13 Caption = 'Direcci�n de correo electr�nico:' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 40863 Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentColor = False ParentFont = False end object LCodigoActivacion: TLabel Left = 50 Top = 129 Width = 166 Height = 13 Caption = 'C�digo de activaci�n del producto:' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 40863 Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentColor = False ParentFont = False end object LFechaFinalizacion: TLabel Left = 50 Top = 177 Width = 166 Height = 13 Caption = 'Fecha de finalizaci�n de la licencia:' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 40863 Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentColor = False ParentFont = False end object ENumCliente: TPlaEdit Left = 50 Top = 50 Width = 240 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 Transparent = False end object EMail: TPlaEdit Left = 50 Top = 98 Width = 240 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 Transparent = False end object ECodigoActivacion: TPlaEdit Left = 50 Top = 147 Width = 240 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 2 Transparent = False end object EFechaFinalizacion: TPlaEdit Left = 50 Top = 195 Width = 240 Height = 21 Cursor = crIBeam Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 3 Transparent = False end end object DlgSave: TSaveDialog DefaultExt = 'txt' Filter = '*.txt|*.txt' Left = 192 Top = 232 end object DlgPrint: TPrintDialog Left = 96 Top = 232 end end